
@font-face {
  font-family: "SourceHanSerifTC-Bold";
  src: url("../font/5995ec65-ffe5-449e-959c-ffd3d570c120.otf");
  src: url("../font/5995ec65-ffe5-449e-959c-ffd3d570c120.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

body #page_body_editor-wrapper {
  background-color: #ffffff;
}

/* 2021/08/16 yyq 修改 */
#topSlider
  .content_wrapper
  .content_list
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item_block
  .description {
  width: 42%;
}

#topSlider
  .content_wrapper
  .content_list
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item_block
  .description {
  top: 31%;
}

#topSlider
  .content_wrapper
  .content_list
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item_block
  .description
  .subtitle {
  width: 400px;
}

@media screen and (max-width: 1440px) {
  #topSlider
    .content_wrapper
    .content_list
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item_block
    .description
    .title {
    font-size: 54px;
    line-height: 64px;
  }
}
/* 2021/08/16 yyq 修改 */

/* 2021/09/09 yyq 修改 */
#topSlider
  .content_wrapper
  .content_list
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item_block
  .description
  .slider-link_btn {
  display: none !important;
}

#topSlider
  .content_wrapper
  .content_list
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item_block
  .description
  .title {
  line-height: 104px;
}

#topSlider
  .content_wrapper
  .content_list
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item_block
  .description
  .subtitle {
  font-family: "SourceHanSerifTC-Bold";
}
/* 2021/09/09 yyq 修改 */

/*视频中心*/
.video-lists .media{-webkit-transition:.5s;transition:.5s;}
.video-lists .media:hover{box-shadow:0 30px 50px rgba(229,229,229,.8)}
.video-lists .media-img{position:relative;overflow:hidden}
.video-lists .media-body .padding-big{padding:20px}
.video-lists .media-body h2{margin:0 0 20px 0;overflow:hidden}
.video-lists .media a.play{opacity:.6;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;line-height:48px;background:rgba(0,0,0,.6);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-lists .media .playtime{position:absolute;bottom:10px;right:10px;padding:0 8px;height:20px;line-height:18px;background:rgba(0,0,0,.5);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-lists .media:hover a.collect,.video-lists .media:hover a.play{opacity:1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-lists .excerpt-info ul li.v2-1{width:50%}
.video-lists .excerpt-info ul li.v2-2{width:50%;}
